Papers with neural query auto-completion
Personalized neural language models for real-world query auto completion (N18-3)
Copied to clipboard
| Challenge: | Existing popularity-based methods for query auto completion (QAC) are ineffective in predicting unseen queries. |
| Approach: | They propose to use real-world data to build an end-to-end system that can predict unseen queries by integrating user information. |
| Outcome: | The proposed methods improve on two separate datasets while increasing diversity while scalability. |
Subword Language Model for Query Auto-Completion (D19-1)
Copied to clipboard
| Challenge: | Current neural query auto-completion systems rely on character-level language models but they slow down when queries are long. |
| Approach: | They propose to use subword language models for query auto-completion . they propose to implement a retrace algorithm and a method for approximate marginalization . |
| Outcome: | The proposed model achieves 2.5 times faster while maintaining similar quality to character-level baseline. |